Fix frame size when scroll bar width not an integral of column width.
authorJan D <jan.h.d@swipnet.se>
Wed, 14 Jul 2010 15:10:59 +0000 (17:10 +0200)
committerJan D <jan.h.d@swipnet.se>
Wed, 14 Jul 2010 15:10:59 +0000 (17:10 +0200)
commita8ba986779e3332e3c3b10d62a52f2ba044d534a
treec73ffd2f71e418cd3ecad438d0fb95a19b6e8c52
parentaf215c1cd19ac532949c96c8675050325fe07b14
Fix frame size when scroll bar width not an integral of column width.

xterm.c (x_set_window_size_1): scroll_bar_actual_width is always
SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
src/xterm.c